home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00090_Script_LOOSEEXIT < prev    next >
Text File  |  1998-09-21  |  176b  |  14 lines

  1. -- closes the popup window
  2. global gExit
  3. on LooseExit
  4.   if gExit = (window "ExitMenu") then
  5.     Close gExit
  6.     Forget gExit
  7.     Set gExit = Empty
  8.   end if
  9. end
  10.  
  11.  
  12.  
  13.  
  14.